-- card: 4281 from stack: in.rs -- bmap block id: 8349 -- flags: 0000 -- background id: 2138 -- name: You Lose ----- HyperTalk script ----- on openCard global theNumber put "Sorry, that was seven guesses." & return & "The number was " & theNumber & "." into card field "Info" play "Cushion" end openCard -- part 3 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=39 top=291 right=330 bottom=469 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 14 -- style flags: 0 -- line height: 18 -- part name: Info -- part 4 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=383 top=289 right=331 bottom=479 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Oh Well, OK ----- HyperTalk script ----- on mouseUp visual effect scroll left go to card 1 end mouseUp -- part contents for card part 3 ----- text ----- Sorry, that was seven guesses. The number was 14.